home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / util / cli / cli2win.readme < prev    next >
Encoding:
Text File  |  2000-09-02  |  1.5 KB  |  62 lines

  1. Short:    V1.1 open a WB drawer from CLI
  2. Author:   ignaz@navy.org (Ignaz Kellerer)
  3. Uploader: ignaz@navy.org (Ignaz Kellerer)
  4. Version:  1.1
  5. Type:     util/cli
  6. Requires: RexxMast running; AmigaOS 3.5 or DirectoryOpus
  7.  
  8. This is a little AREXX-Script i wrote because i hated it to click through
  9. the countless drawers on my HD...
  10.  
  11. It works with WB 3.5 as well as Directory Opus.
  12.  
  13. If you know how to use the Scalos ARexx-Port, contact me, and I will
  14. try to add Scalos-Support, too.
  15.  
  16.  
  17.  
  18. Installation:
  19.  
  20.    protect window +se   (important!)
  21.    copy window c:       (or anywhere in the path)
  22.  
  23.  
  24. Usage:
  25.  
  26.    window 'path'
  27.         path: (guess what!) The path you want to open
  28.  
  29.  
  30. Examples:
  31.  
  32.    window dh1:programs
  33.                 
  34.          ...opens the programs-drawer on device dh1: (if there is such a drawer)
  35.          (of course you can rename the program to whatever you like...)
  36.  
  37.    window
  38.  
  39.          ...opens the drawer of the current directory
  40.  
  41.  
  42. Special feature:
  43.  
  44.    This script detaches itself for improved speed.
  45.  
  46.  
  47.  
  48.  
  49. Thanks to Roman Schaub (roman@ancor.ch) for the idea and the previous version.
  50.  
  51. !you must have the Arexx-server active!
  52.  
  53.  
  54. ============================= Archive contents =============================
  55.  
  56. Original  Packed Ratio    Date     Time    Name
  57. -------- ------- ----- --------- --------  -------------
  58.     1129     631 44.1% 03-Aug-00 07:01:12  cli2win.readme
  59.     1235     605 51.0% 29-Jul-00 09:35:50  window
  60. -------- ------- ----- --------- --------
  61.     2364    1236 47.7% 05-Aug-100 02:51:42   2 files
  62.